ifPlainTextExport

Class: com.microstrategy.web.app.taglibs.IfPlainTextExportTag

Usage:

This custom tag returns true when the user has elected to execute a plain text export. For example:
<web:ifPlainTextExport> <web:then> Exporting to Plain Text... </web:then> </web:ifPlainTextExport>

Name Required? Description
bean false Indicates the name of the bean tthat will be used for evaluating the condition.
The name of the bean indicated has to be a valid bean on the page being displayed, otherwise the condition evaluation will return False by default.
beanName false